toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.core.infra.worker
Package-level
declarations
Types
Types
Document
Event
Consumer
Link copied to clipboard
@
Component
class
DocumentEventConsumer
(
objectMapper
:
ObjectMapper
,
ocrService
:
OcrService
,
storageService
:
StorageService
)
:
StreamListener
<
String
,
ObjectRecord
<
String
,
String
>
>
Document
Event
Producer
Link copied to clipboard
@
Service
class
DocumentEventProducer
(
redisTemplate
:
StringRedisTemplate
,
objectMapper
:
ObjectMapper
)
Document
Job
Event
Link copied to clipboard
data
class
DocumentJobEvent
(
val
tenantId
:
String
,
val
documentId
:
String
,
val
fileKey
:
String
,
val
action
:
String
,
val
params
:
Map
<
String
,
String
>
=
emptyMap()
)